*{
	margin:0;
	padding:0;
	font-family:microsoft yahei,'榛戜綋';
}
.swiper-container-gc{
	margin-top:20px;
	height:450px;
	position:relative;
}
.swiper-container-gc .swiper-slide{
	width: 640px;
	position:relative;
}
.swiper-container-gc .swiper-slide a:after{content:'';background:none;}
.swiper-container-gc .swiper-slide .bg{
	height: 450px;
	background-repeat: no-repeat;
    background-position: center top;
	position:relative;
	overflow:hidden;
    background-size: 100%;
    margin: 0 5px;
	}
.swiper-container-gc .swiper-slide .white-top{
	position:absolute;
	z-index:900;
	top:0;
	left:0;
	width:100%;
	height:8px;
}
.swiper-container-gc .swiper-slide .white-bottom{
	position:absolute;
	z-index:900;
	bottom:0;
	left:0;
	width:100%;
	height:8px;}
.swiper-container-gc .bg .black-mask{
	width:640px;
	height:450px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background:url(/images/black-mask.png);}

.swiper-container-gc .bg img{height:450px;width:624px;}
.swiper-container-gc .bg:hover .black-mask{
	display:none;
}
.swiper-container-gc .swiper-button-prev,.swiper-container-gc .swiper-button-next{
	position:absolute;
	position: absolute;
    z-index: 999;
    top: 50%!important;
    left: 120px;
    margin-top: -30px;
    width: 60px!important;
    height: 60px!important;
    background: url(/images/swiper-btn.png) bottom center !important;
    cursor: pointer;
}
.swiper-container-gc .swiper-button-next{
	background-position:0 -60px;
	left:auto;
	right:120px;}
.swiper-container-gc:hover .swiper-button-prev,.swiper-container-gc:hover .swiper-button-next{
	display:block;
}

.swiper-container-gc .swiper-slide .bg:hover{

	}

.swiper-container-gc .info{
    background: rgba(0,0,0,0.3);
    position: absolute;
    padding: 0 10px;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    width: 610px;
    line-height: 30px;
}
.swiper-container-gc .info .date{
    font-size: 14px;
    margin-bottom: 16px;
}
.swiper-container-gc .info h3{
	margin-bottom: 5px;
	text-align:center;
}
.swiper-container-gc .info h3 a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	text-decoration:none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}
.swiper-container-gc .info p{
	text-indent:2em;
}
.swiper-container-gc .info .btn{
	margin-top: 40px;
	display:block;
    color: #fff;
    font-size: 16px;
	text-align:center;
	width:106px;
	height:42px;
    line-height: 40px;
	text-decoration:none;
}
.swiper-container-gc .info .btn:hover{
	
	color:#000;
}


.hiSlider-btn-prev{
    position: absolute;
    right: 0;
    top: 40%;
    color: #fff;
    background: url(/images/icon_rowright.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100%!important;
}
.hiSlider-btn-next{
    position: absolute;
    left: 0;
    top: 40%;
    color: #fff;
    background: url(/images/icon_rowright.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100%!important;
    transform: rotate(180deg);
}


.swiper-slide-active .black-mask{display:none;}

.carousel-item{position:relative;}
.carousel-item p{bottom: 40px;position: relative;height: 40px;line-height: 40px;padding: 0 10px;background: rgba(0,0,0,0.6);color: #fff;}